projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77c070f
)
(Qemacs_mule): Extern it.
author
Kenichi Handa
<handa@m17n.org>
Fri, 26 Jun 1998 04:14:52 +0000
(
04:14
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 26 Jun 1998 04:14:52 +0000
(
04:14
+0000)
src/coding.h
patch
|
blob
|
history
diff --git
a/src/coding.h
b/src/coding.h
index 8e55340d01a842019bb5c2384e0eb87e5ebd389b..15a1669329cd0ae04055a0bdd1f56cfc454a2c87 100644
(file)
--- a/
src/coding.h
+++ b/
src/coding.h
@@
-527,7
+527,7
@@
extern char *get_conversion_buffer P_ ((int));
extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *));
extern void setup_raw_text_coding_system P_ ((struct coding_system *));
extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index;
-extern Lisp_Object Qraw_text;
+extern Lisp_Object Qraw_text
, Qemacs_mule
;
extern Lisp_Object Qbuffer_file_coding_system;
extern Lisp_Object Vcoding_category_list;